/* Style dla waskiego ekramu - telefonu */
/*SMARTFON*/
@media screen and (max-width: 800px) {
	/* body { padding-left: 1ex; padding-right: 1ex; } */
	body {
		margin-left: 0;
		margin-right: 0;
		overflow: auto;
	}
	main {
	    width: 100%!important;
		padding-top: 0;
		/*padding-left: 1ex; padding-right: 1ex; */
		float: left;
		position: relative;
		left: 0px;
		height: auto;
		overflow: auto;
	}
	nav {
		display: none;
		height: 90vh;
		overflow-y: auto;
    
	}
	article {
		max-width: 100%;
		width: 100%;
		padding: 16px 0 40px 4px;
	}
	iframe {
		overflow-x: auto;
	}
	.present {
		overflow-x: auto!important;
	}
	img, .article img {
/*		max-width: 100%!important; */
		max-width: 96vw!important;
		height: auto;
	}
	canvas {
		max-width: 100%!important;
/*		max-width: 96vw!important; */
	}
	.inside {
		width: 100%!important;
		margin-left:0!important;
	}
	.editorSpace, .noteEditor {
		/*max-width: 80%; */
	}
	.newsTray {
		max-width: 96vw!important;
	}
	.biColumn {
		column-count: 1;
	}
	
}
/* margin-left: 32px; padding-right:16px; */
/* Style dla duzego ekranu -- desktopa */
@media screen and (min-width: 801px) {
	body { }
	main {
		width: calc(100% - 260px);
		background-image: url("https://24.astroakademia.pl/icon/fogDiscSmall.png");
		background-repeat: repeat-y;
		background-position: left top;

	}
	nav { 
		display:block;
		height: 100vh;
		overflow-y: auto;
    
	}
	article {
		margin-left: 40px;
		margin-top: 20px;
		margin-bottom: 200px;
		width: 800px;
		min-height: 80vh;
	}
	img, .article img  {}
	canvas {}
	.editorSpace, .noteEditor {}
	.biColumn {
		column-count: 2;
	}
}
